home *** CD-ROM | disk | FTP | other *** search
/ Giga Games 1 / Giga Games.iso / net / go / prog / nextgo23.taz / nextgo23 / NeXTGo / history.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-09  |  169 b   |  13 lines

  1. #include "comment.header"
  2.  
  3. #ifndef _game_history_
  4. #define _game_history_
  5.  
  6. typedef struct {
  7.   int color, x, y;
  8. } gameHistory;
  9.  
  10. extern gameHistory gameMoves[500];
  11.  
  12. #endif
  13.